home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / cpp / local.mk < prev    next >
Text File  |  1992-06-29  |  641b  |  25 lines

  1. #
  2. # This file is included by Makefile.  Makefile is generated automatically
  3. # by mkmf, and this file provides additional local personalization.  The
  4. # variable SYSMAKEFILE is provdied by Makefile.
  5. #
  6.  
  7. #if !empty(TM:Mds3100)
  8. NAME        = cpp.gnu
  9. #endif
  10.  
  11. #
  12. # Don't automatically back up Gcc stuff:  want to make sure the
  13. # backup version is VERY reliable and don't want two quick buggy
  14. # changes to result in unusable backup.
  15. #
  16. NOBACKUP    = true
  17.  
  18. #include    <$(SYSMAKEFILE)>
  19.  
  20. #
  21. # Use headers from the main gcc area, including both stuff from
  22. # the distribution and stuff that's been modified specially for Sprite.
  23. #
  24. .PATH.h        : ../gcc/sprite ../gcc/dist
  25.